Version 24.2 (latest)

ComboEditorItemBase<T> Class Properties

For a list of all members of this type, see ComboEditorItemBase<T> members.

Public Properties
 NameDescription
Public PropertyControlGets or sets a ComboEditorItemControl that is attached to the ComboEditorItem  
Public PropertyDataGets the business object that is hold by this ComboEditorItem  
Public PropertyIsEnabledGets or sets a value indicating whether the ComboEditorItem is Enabled.  
Public PropertyIsFocusedGets or sets a value indicating whether the ComboEditorItem is focused.  
Public PropertyIsSelectedGets or sets a value indicating whether the ComboEditorItem is selected.  
Public PropertyStyleGets/Sets the style that will be applied to the ComboEditorItemControl that represents this item. Note: any style set on this item, will override any style set on the XamComboEditor  
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<T>)
Protected PropertyIsDataBoundGets or sets a value indicating whether the object was created from a data source or adhoc.  
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<T>)
Protected Internal PropertyMeasureRaisedGets/sets whether the underlying control's Measure was raised when the Measure method was invoked.  
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<T>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<T>)
See Also